Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.user.center.profile.core.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.profile.core.types">

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="schema">
    <schema name="userprofile" src="schemas/userprofile.xsd"
      prefix="userprofile" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="doctype">
    <facet name="UserProfile">
      <schema name="userprofile" />
    </facet>

    <doctype name="UserProfile" extends="Document">
      <schema name="common" />
      <schema name="dublincore" />
      <facet name="UserProfile" />
      <facet name="HiddenInNavigation" />
    </doctype>

  </extension>

</component>